projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f9e5e2
)
armv7: better comment in start.S
author
Pavel Machek
<
[email protected]
>
Wed, 8 Apr 2015 12:15:54 +0000
(14:15 +0200)
committer
Albert ARIBAUD
<
[email protected]
>
Tue, 7 Jul 2015 06:04:03 +0000
(08:04 +0200)
Fix big/small letters in comment.
Signed-off-by: Pavel Machek <
[email protected]
>
Tested-by: Marek Vasut <
[email protected]
>
arch/arm/cpu/armv7/start.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/start.S
b/arch/arm/cpu/armv7/start.S
index 5ed0f45a26614159328928fbdeac84f692f54d71..1c7e6f01f9414c09bac40a5a4d81381d98bae4c5 100644
(file)
--- a/
arch/arm/cpu/armv7/start.S
+++ b/
arch/arm/cpu/armv7/start.S
@@
-22,10
+22,9
@@
*
* Startup Code (reset vector)
*
- * do important init only if we don't start from memory!
- * setup Memory and board specific bits prior to relocation.
- * relocate armboot to ram
- * setup stack
+ * Do important init only if we don't start from memory!
+ * Setup memory and board specific bits prior to relocation.
+ * Relocate armboot to ram. Setup stack.
*
*************************************************************************/